html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}
:focus {
    outline: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body
{
    height: 100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style-position: outside;
    margin: 0 0 2em 1.5em;
}
ol li, ul li {
    margin: 0 0 0.8em 0;
    line-height: 1.6em;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Clear fix for floated elements */
.clearfix:before,
.clearfix:after {
    content: ".";    
    display: block;    
    height: 0;    
    overflow: hidden; 
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */


/* Make Images and captions responsive! */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
.wp-post-image {
    margin-bottom: 20px;
}
.wp-caption { max-width: 100%; }

html #wpadminbar {
    position: fixed;
    top: 0;
}

/************ HTML, BODY, & TYPOGRAPHY ************/


html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-height: 100%;
    height: 100%;
}
body {
    font-family: "myriad-pro",sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    font-style: normal; 
    line-height: 1.5em;
    color: #111;
    padding: 0;
    margin: 0;
    background-color: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
p {
    font-family: "myriad-pro",sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.5em;
    margin: 0 0 1.8em 0;
    color: #111;
}
p.small {
    font-size:60%;
}
.wp-caption {
    background-color: #e8e8e8;
    padding: 10px;
}
.wp-caption p {
    font-size: 70%;
    line-height: 1.3em;
    margin: 10px 0 0 0;
    padding: 0 2px;
}
strong {
    font-weight: 700; 
    color: #111;
}
em {
    font-style: italic;
}
.smalltext {
    font-size: 13px;
}
a, a:focus, a:active {
    outline: 0;
    color: #CF0000;
    text-decoration: none;
}
a:hover {
    color: #CF0000;
    text-decoration: underline;
}
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
small {
    font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: normal;
}
small a {
    color: inherit;
}
.red {
    color: #b30000;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.25em;
    margin: 0 0 1.2em 0;
    color: #111;
    font-weight: 700; 
}
h1 a, h1 a:hover {
    color: #111;
    text-decoration: none;
}
h2 a, h3 a, h4 a, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #CF0000;
}
h1 {
    font-size: 4rem;
}
h2 {
    font-size: 3rem;
}
h3 {
    font-size: 2.4rem;
}
h4 {
    font-size: 2.1rem;
}
h5 {
    font-size: 1.6rem;
}
h6 {
    font-size: 1.4rem;
}
.content h1.title {
    font-family: league-gothic, "league-gothic-n4", "League Gothic", Arial, Helvetica, sans;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 1em 0;
}
.chunk, h1.title.chunk {
    font-family: chunk, "'chunk-n4'", Arial, Helvetica, sans;
    font-weight: normal;
    text-transform: none;
    line-height: 1.15em;
}
h1.title.archive-title {
    margin: 0 0 0.4em 0;
}
.home h1 {
    font-size: 5.6rem;
    line-height: 1.1em;
}
.hero-section h1 {
    font-size: 4.5rem;
    line-height: 1.1em;
}
.archive-subhead {
    color: #777;
    margin-bottom: 0;
}
blockquote {
    margin: 0 0 35px 0;
    padding: 0;
}
blockquote p {
    line-height: 1.5em;
    margin-bottom: 10px;
}
blockquote p.small {
    font-size: 80%;
}
blockquote em {
    position: relative;
}
blockquote span.gold-quote {
    font-size: 130%;
    font-weight: bold;
    font-style: normal !important;
    color: #736f2d;
    position: relative;
    line-height: 1;
    top: 0;
}
.alignleft {
    float: left;
    margin: 0 30px 20px 0;
    max-width: 65%;
    height: auto;
}
.alignright {
    float: right;
    margin: 0 0 20px 30px;
    max-width: 65%;
    height: auto;
}
.alignnone {
    max-width: 100%;
    float: left;
    margin: 0 0 20px 0;
}
.centered-text {
    text-align: center;
}
.content h1.title.text-below {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    max-width: 950px;
}
.page-template-template-service-page .content h1.title.text-below {
    max-width: 100%;
}

p.below-headline {
    font-size: 2.05rem;
    line-height: 1.4em;
    text-align: center;
    max-width: 930px;
    margin: 0 auto;
}
.home p.below-headline {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.page-template-template-service-page .content p.below-headline {
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 0;
    overflow: visible;
    position: relative;
}
.content img {
    max-width: 100%;
    height: auto;
}
.content {
    padding: 0 30px;
    position: relative;
    float: none;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.content .col-full {
    float: left;
    width: 100%;
}
.middle-column {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    overflow: visible;
}
.middle-column-wide {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.margin-top {
    margin-top: 70px;
}
.margin-bottom {
    margin-bottom: 70px;
}
.padding-top {
    padding-top: 70px;
}
.padding-bottom {
    padding-bottom: 70px;
}

.content-margin-top {
    margin-top: 60px;
}
.content-margin-bottom {
    margin-bottom: 60px;
}
.content-padding-top {
    padding-top: 60px;
}
.content-padding-bottom {
    padding-bottom: 60px;
}

.two-column {
    text-align: left;
    width: 100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-gap: 40px;
    margin-bottom: 0;
}
.three-column {
    text-align: left;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-gap: 40px;
    margin-bottom: 0;
}
.four-column {
    text-align: left;
    width: 100%;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    column-gap: 40px;
    -moz-column-gap: 40px;   
    margin-bottom: 0;
}

.home div#header nav#primary ul li a {
    padding: 14px 15px 15px 10px;
}
.home div#header nav#primary ul li:hover, .home div#header nav#primary ul li.current-menu-item {
    background-color: transparent;
}
.home div#header nav#primary ul li:hover a, .home div#header nav#primary ul li.current-menu-item a {
    color: #ffbaba!important;
    background: url('../images/bg-menu-active.png') top center transparent!important;
}
.home header p a {
    color: white;
    text-decoration: none;
}
.home header p a:hover {
    text-decoration: underline;
}


div#header {
    width: 100%;
    padding: 10px 0;
    background: #b30000;
    overflow: visible;
    z-index: 900;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}
div#header .inner {
    position: relative;
    padding: 0 30px;
    max-width: 1080px;
/*    height: 84px;*/
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
}
body.ie div#header .inner {
    display: block;
    height: 84px;
    text-align: center;
}
body.mobile div#header .inner,
body.iphone div#header .inner {
    vertical-align: middle;
    width: 100%;
}

@keyframes slidedown {
    0%   { top: -64px; }
    100% { top: 0; }
}
div#header.shrink {
    height: auto;
    padding: 10px 0;
    position: fixed;
    animation-name: slidedown;
    animation-duration: 0.3s;
}
div#header.shrink .inner {
    height: 44px;
}
body.ie div#header.shrink,
body.mobile div#header.shrink {
    height: 64px;
}
div#header.shrink #header-right {
    height: 44px;
}
div#header.shrink #header-right span {
    display: none !important;
}
div#header.shrink #header-right #nav,
div#header.shrink #header-right #nav > ul {
    height: 44px;
}
div#header.shrink #header-right #nav > ul li {
    height: 44px;
    line-height: 44px;
}
div#header.shrink #logo {
    height: 44px;
    max-width: 100px;
    margin-top: 0;
    margin-bottom: 0;
}
div#header.shrink #logo > a {
    max-height: 44px;
    overflow: hidden;
}
div#header.shrink #logo img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    bottom: 0;
}
#logo {
    width: 200px;
/*    height: 84px;*/
    /*max-width: 200px;*/
    /*max-height: 80px;*/
    /*width: auto;*/
    display: block;
    float: left;
}
#logo a {
    display: inline-block;
    position: relative;
    float: left;
}
#logo img {
    width: 100%;
    height: auto;
    position: relative;
    right: -5px;
}

#header-right {
    width: 85%;
    position: relative;
    text-align: right;
}
#header-right .your-location {
    display: none;
}
#header-right .flag {
    height: 18px;
    width: 31px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
#header-right .flag img {
    height: 18px;
    width: 31px;
    position: absolute;
    top: 5px;
    left: 0;
    margin-right: 0;
    margin-top: 0;
}
#header-right .flag img.canada {
    z-index: 25;
}
#header-right .flag img.usa {
    z-index: 24;
}
#header-right span {
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
}
#header-right span img {
    margin-right: 5px;
    margin-top: 0;
    line-height: 24px;
    position: relative;
    top: 5px;
}
#header-right span a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
	font-weight:400; 
}
#header-right span a.link-glasses {
    overflow: visible;
}
#header-right span a.link-glasses .wrap-glasses {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 30px;
    height: 17px;
    margin-right: 5px;
    top: 5px;
}
#header-right span a.link-glasses .wrap-glasses img {
    width: 150px;
    height: auto;
    position: absolute;
    top: 1px;
    left: -30px;
}
#header-right span a.link-map-pin {
    overflow: visible;
}
#header-right span a.link-map-pin .wrap-map-pin {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 12.5px;
    height: 17px;
    margin-right: 5px;
    top: 5px;
}
#header-right span a.link-map-pin .wrap-map-pin img {
    width: 150px;
    height: auto;
    position: absolute;
    top: 1px;
    left: -60px;
}
#header-right span .wrap-phone {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 16px;
    height: 17px;
    margin-right: 5px;
    top: 4px;
}
#header-right span .wrap-phone img {
    width: 150px;
    height: auto;
    position: absolute;
    top: 0;
    left: -90px;
}

#header-right span.phone {
    margin-left: 30px;
    height: 28px;
}
#header-right span.phone a {
    font-size: 20px;
    font-weight: 800;
    position: relative;
    top: 3px;
}
#header-right span.phone a:hover {
    text-decoration: none;
}
#header-right span.become-a-nerd a.link-glasses > img,
#header-right span.own-a-region a.link-map-pin > img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
#header-right span.become-a-nerd a.link-glasses:hover > img,
#header-right span.own-a-region a.link-map-pin:hover > img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
/*#header-right span img.icon-glasses {
    width: 30px;
    height: auto;
    top: 0;
}*/
.icon-map-pin {
    width: 12px;
    height: auto;
}
.icon-phone {
    width: 15px;
    height: auto;
    margin-top: -2px;
}
#nav {
    width: 100%;
    z-index: 96;
    display: block;
}
#nav > ul {
    list-style: none;
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: right;
}
#nav > ul > li {
    background: none;
    display: inline;
    list-style-type: none;
    margin: 0 0 0 5%;
    padding: 0;
    z-index: 110;
    text-align: left;
    position: relative;
}
#nav > ul > li:first-child {
    margin-left: 0;
}
#nav > ul > li:last-child {
    background: none;
    border: none;
}
#nav ul li > a {
    color: #fff;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}

#nav > ul > li.menu-item-has-children {
    border: 1px solid transparent;
}
#nav > ul > li:hover {

}
#nav > ul > li.menu-item-has-children:hover {
    border: 1px solid transparent;
}
#nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}
#nav > ul > li.current-menu-item a {
    
}
#nav > ul > li.current-menu-item a:hover {
    color: #fff;
}
#nav ul > li.menu-item-has-children:hover > a {
    position: relative;
}
#nav > ul > li:hover > a {
    list-style-type: none;
}
#nav ul li:hover ul.sub-menu {
    max-height: 1000px;
}
#nav ul li ul.sub-menu {
    margin: 0 0 0 -12px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    width: 230px;
    top: 100%;
    left: 0;
    z-index: 9000;
    background: #b30000;
    text-align: left;
    list-style-type: none;
    overflow:hidden;
    max-height:0;
    -webkit-transition:max-height 500ms ease;
    -moz-transition:max-height 500ms ease;
    -o-transition:max-height 500ms ease;
    transition:max-height 500ms ease;
}
#nav ul li ul.sub-menu li {
    height: auto !important;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    background: #b30000;
}
#nav ul li ul.sub-menu li:first-child {
    margin-top: 12px;
}
#nav ul li ul.sub-menu li:last-child {
    border-bottom: none;
    margin-bottom: 10px;
}
#nav ul li ul.sub-menu li a {
    font-size: 96%;
    font-weight: normal;
    height: auto !important;
    width: 100%;
    padding: 10px 12px !important;
    margin: 0 !important;
    color: #fff;
    text-transform: none !important;
    display: inline-block;
    position: relative;
    line-height: 1.3em;
    text-shadow: none;
    background-color: none;
}
#nav ul li ul.sub-menu li:hover {
    display: block;
    
}
#nav ul li ul.sub-menu li a:hover {
    text-decoration: none;
    padding-left: 25px;
    background-color: #fff;
    color: #b30000;
}
#nav ul > li.nav-button > a {
    font-size: 1.4rem !important;
    padding: 0.6em 1.2em 0.4em 1.2em !important;
    text-transform: none !important;
}
#nav > ul > li.mobile {
    display: none;
}


@media all and (min-width: 800px) {
    #nav ul li.menu-item-has-children a:hover > ul.sub-menu  { 
        visibility: visible;
        opacity: 1;
        height: auto;
        display: block;     
    }
}

/************ MOBILE MENU ************/

.menu-icon {
    display: none;
    cursor: pointer;
    background: none;
    text-align: center;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    z-index: 300;
    text-decoration: none;
}
.menu-icon:active, .menu-icon:hover, .menu-icon:focus {
    text-decoration: none;
}

.menu-icon i {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 36px;
    font-size: 32px;
}
#phone-icon {
    float: right;
    margin-right: -5px;
}
body.ie #phone-icon {
    float: right;
    position: relative;
    top: 0;
    bottom: 0;
}
/*body.mobile #phone-icon {
    float: right;
    position: relative;
    margin-top: 12.5px;
}*/
/*body.tablet #phone-icon {
    float: right;
    position: relative;
    margin-top: 19px;
}*/
/*body.ie .menu-icon {
    float: left;
    position: relative;
    top: 0;
    bottom: 0;
}
body.mobile .menu-icon {
    float: left;
    position: relative;
    margin-top: 16.5px;
}*/
/*body.tablet .menu-icon {
    float: left;
    position: relative;
    margin-top: 23px;
}*/
/*body.mobile div#header.shrink .menu-icon {
    margin-top: 7px;
}
body.mobile div#header.shrink #phone-icon {
    margin-top: 4px;
}*/

.mobile-menu-icon {
    float: left;
    width: 30px;
    max-width: 30px;
    height: 30px;
    margin: 4px 0 0 0; 
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: none;
}

.mobile-menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
.mobile-menu-icon span:nth-child(1) {
    top: 0px;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}
.mobile-menu-icon span:nth-child(2),.mobile-menu-icon span:nth-child(3) {
    top: 11px;
}
.mobile-menu-icon span:nth-child(4) {
    top: 21px;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}
.mobile-menu-icon.open span:nth-child(1) {
    top: 11px;
    opacity: 0;
}
.mobile-menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu-icon.open span:nth-child(4) {
    top: 11px;
    opacity: 0;
}
@keyframes mobile-menu-in {
    0% {
        top: 63px;
    }
    50% {
        top: 43px;
    }
    100% {
        top: 53px;
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    width: 320px;
    min-height: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    z-index: 1;
    background: #b30000;
    display: none;
    overflow: scroll;
}
body.showMobileMenu {
    overflow: hidden;
    min-height: 100%;
    height: auto;
}
body.showMobileMenu div#header {
    position: fixed;
}
body.showMobileMenu #mobile-nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll;
    z-index: 200;
    float: none;
}

#mobile-nav ul.mobile-menu {
    list-style-type: none;
    width: 100%;
    min-height: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0;
}
#mobile-nav ul.mobile-menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    background: none;
    width: 100%;
    float: left;
}
#mobile-nav ul.mobile-menu li a {
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0.9em 20px;
    width: 100%;
    height: auto;
    float: left;
    text-decoration: none;
    color: #fff;
    position: relative;
    background: none;
    border: none !important;
    line-height: 1.2em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
    outline: 0;
}
#mobile-nav ul.mobile-menu ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
}
#mobile-nav ul.mobile-menu li a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: #b30000;
}
#mobile-nav ul.mobile-menu > li.current-menu-item a {
    color: #fff;
    outline: 0;
}
#mobile-nav ul.mobile-menu > li.current-menu-item {
    /*border-left: 10px solid #736f2d;*/
}
#mobile-nav ul.mobile-menu li li a {
    padding: 0.6em 30px;
    font-weight: normal;
}

#mobile-nav ul li a.ui-accordion-header:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 120%;
    color: #fff;
    position: absolute;
    right: 25px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
#mobile-nav ul li a.ui-accordion-header-active:after {
    content: '\f0d8';
    line-height: 24px;
}
#accordion .ui-accordion-header {
    margin: 0;
}
.ui-accordion .ui-accordion-content {
    box-sizing: content-box;             
    -moz-box-sizing: content-box;
    overflow: auto;
}
#mobile-nav > span {
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
}
#mobile-nav > span a {
    color: #fff;
}

.wrapper {
    position: relative;
}

div#header section#hero-image {
    padding: 50px 0 0 0;
    position: relative;
    min-width: 940px;
}
div#header section#hero-image .row {
    min-width: 940px;
}
div#header section#hero-image .nerdy-girl {
    position: absolute;
    bottom: -107px;
    left: -25px;
    bottom: 0;
    left: -25px;
    z-index: 1;
}
div#header section#hero-image .nerdy-girl img {
    max-width: 591px;
    width: 100%}
div#header section#hero-image .intro {
    padding: 0;
}
div#header section#hero-image .intro h1 {
    margin: 0 0 28px 13%}
div#header section#hero-image .intro p {
    margin: 0 0 0 13%}
div#header section#hero-image .intro header {
    height: 217px;
    position: relative;
    z-index: 4;
}
div#header section#hero-image .intro h1 {
    font-family: league-gothic, "league-gothic-n4", "League Gothic", Arial, Helvetica, sans;
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}
div#header section#hero-image .intro h1 .red {
    color: #cc0001;
}
div#header section#hero-image .intro p {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 18px;
    color: #f53d3d;
    font-weight: 400;
    line-height: 17px;
    font-style: normal;
}
div#header section#hero-image .intro p strong {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n6", Myriad Pro, Arial, Helvetica, sans;
    font-size: 18px;
    color: #f53d3d;
    font-weight: 600;
    line-height: 17px;
    font-style: normal;
}
div#header section#hero-image .nerd-car {
    width: 372px;
    height: 147px;
    background: url('../images/nerds-car.png');
    position: absolute;
    right: -12%;
    z-index: 3;
}

.home-icons {
    width: 100%;
    max-width: 1020px;
    float: none;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.home-icons > div {
    width: 25%;
    float: left;
    padding: 0 3%;
    text-align: center;
}
.home-icons > div > img {
    width: 98px;
    height: 98px;
}
.home-icons > div > h4 {
    width: 94%;
    float: none;
    margin: 0 auto;
    line-height: 1.15em;
}

.page .content ul.region-list {
    padding: 0;
    margin: 0 0 25px 0;
}
.page .content ul.region-list > ul.can-usa {
    width: 100%;
    float: left;
}
.page .content ul.region-list li {
    margin-bottom: 0;
    list-style-type: disc;
}
.page .content ul.region-list li ul {
    margin-bottom: 20px;
    list-style-type: disc;
}
.page .content ul.region-list li a {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: normal;
}
.page .content ul.region-list > li::before {
    content: '';
}
.page .content ul.region-list li li li:last-child a {
    margin-bottom: 0;
}
.page .content ul.region-list ul.can-usa .column {
    width: 50%;
    float: left;
    list-style-type: none;
}
.page .content ul.region-list ul.can-usa .column > span {
    display: block;
}
.page .content ul.region-list ul.can-usa .column > span > img {
    display: block;
    width: 68px;
    height: auto;
    margin-bottom: 30px;
}
.page .content ul.region-list ul.can-usa li.column > a,
.page .content ul.region-list ul.four-column li > a {
    font-weight: bold;
    font-size: 120%;
}
.page .content ul.region-list ul.four-column li ul li a {
    font-weight: normal;
    font-size: 100%;
}
.page .content ul.region-list ul.four-column > li {
    list-style-type: none;
}
.page .content ul.region-list ul.four-column li ul li {
    list-style-type: disc;
}


.video-container {
    background: #111;
    border: 1px solid #111;
}

.city-bg {
    position: relative;
    width: 100%;
    height: 100%;
}
.city-bg .content {
    z-index: 30;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.city-bg .bgimage {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    -webkit-filter: grayscale(100%) contrast(0.1) brightness(180%);
    filter: grayscale(100%) contrast(0.1) brightness(180%);
    -ms-filter: grayscale(100%) contrast(0.1) brightness(180%);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
}
.city-bg .bgimageblank {
    background-color: #f3f3f3;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    -webkit-filter: none;
    filter: none;
    -ms-filter: none;
}
body.ie .city-bg .bgimage  {
    opacity: 0.3;
}
.city-bg .bgimage .inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.city-bg-blank {
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d1d1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 );
}
.city-bg .container .content {
    background: none;
    width: 100%;
    float: left;
    padding-bottom: 0;
}
.b2c-top {
    width: 100%;
    max-width: 960px;
    float: left;
}
.b2c-top .left {
    width: 55%;
    float: left;
    text-align: center;
    position: relative;
}
.b2c-top .left .nerd {
    width: 100%;
    max-width: 100%;
}
.b2c-top .left > div {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.b2c-top .left > div > img {
    width: 100%;
    /*position: absolute;*/
    left: 0;
}
.b2c-top .right {
    width: 40%;
    float: right;
    text-align: center;
}
.b2c-top .right > h4 {
    width: 100%;
    float: left;
}
.b2b-top {
    width: 100%;
    float: left;
}
.b2b-top .right {
    text-align: center;
}
.content img.nerdimage {
    max-width: 284px;
    height: auto;
}
.b2b-steps, .b2c-steps {
    width: 100%;
    float: left;
}
.b2b-steps .step, .b2c-steps .step {
    width: 25%;
    padding: 0 3%;
    float: left;
    text-align: center;
    overflow: visible;
    position: relative;
}

.b2b-steps .step > span, .b2c-steps .step > span {
    height: 94px;
    display: block;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}
.b2b-steps .step > p, .b2c-steps .step > p {
    margin: 0;
}
.b2b-steps .step > span > .arrow-line, .b2c-steps .step > span > .arrow-line {
    background-image: url(../images/dotted-arrow-line.png);
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-position: center right;
    width: 111px;
    height: 11px;
    position: absolute;
    top: 45%;
    left: 85%;
}
.b2c-steps .step:nth-child(1) > span > .arrow-line {
    left: 90%;
}
.b2c-steps .step:nth-child(3) > span > .arrow-line {
    left: 80%;
}
.b2b-steps .step:nth-child(2) > span > .arrow-line {
    left: 80%;
}
.b2b-steps .step:nth-child(3) > span > .arrow-line {
    left: 95%;
}
.b2b-steps .step > span > img, .b2c-steps .step > span > img {
    max-width: none;
    margin: auto;
}

.b2c-steps {
    width: 100%;
    max-width: 1020px;
    min-width: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.b2c-steps-header {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.b2c-steps-header h2 {
    margin-bottom: 20px;
}
.b2c-steps-header p {
    margin-bottom: 0;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
}
ul.issues {
    list-style-type: none;
    margin: 0 auto 40px auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
    max-width: 550px;
    float: none;
    text-align: left;
}
ul.issues li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    line-height: 1;
    float: left;
    padding-left: 7%;
    margin-bottom: 2%;
    display: block;
}
ul.issues li span {
    display: table-cell;  
    vertical-align: middle;
    height: 30px;
}
ul.issues li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: block;
    float: left;
}
.sos-cta {
    float: none;
    width: 100%;
    overflow: hidden;
    max-width: 600px;
    margin: 40px auto;
    padding: 0;
    text-align: center;
}
.sos-cta h4 {
    font-weight: bold;
    /*color: #fff;*/
}

#main {
    width: 65%;
    float: left;
}
#sidebar {
    width: 30%;
    float: right;
}
#sidebar .primary {
    width: 100%;
    float: left;
}
#sidebar .widget {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
#sidebar .widget_categories {
    background: #111;
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#sidebar .widget.widget_categories h3 {
    color: #fff;
}
#sidebar .widget.widget_categories label {
    display: none;
}
#sidebar .widget.widget_categories select {
    border: none;
}
#sidebar .widget h3 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #777;
}
#sidebar .widget_archive h3 {
    display: none;
}
#sidebar .widget_categories form select,
#sidebar select {
    width: 100%;
    float: left;
}
.widget .textwidget .panel {
    -webkit-box-shadow: 1px 1px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 0px rgba(0,0,0,.15);
    box-shadow: 1px 1px 0px rgba(0,0,0,.15);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #f0f0f0;
    padding: 20px;
}
.left {
    width: 47%;
    float: left;
}
.right {
    width: 47%;
    float: right;
}


.b2b-subheadline-section {
    background: #111;
    padding: 5% 0;
}
.b2b-subheadline-section .inner {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.ie .b2b-subheadline-section .inner,
body.mobile .b2b-subheadline-section .inner {
    display: block;
}
.b2b-subheadline-section .inner h2 {
    color: #fff;
    width: 70%;
    margin: 0;
    font-weight: normal;
}
body.ie .b2b-subheadline-section .inner h2,
body.mobile .b2b-subheadline-section .inner h2 {
    float: left;
}
.b2b-subheadline-section .inner > div {
    width: 64%;
    float: left;
}
.b2b-subheadline-section .inner > div ul,
.b2b-subheadline-section .inner > div ul li {
    text-align: left;
}
.b2b-subheadline-section .inner img {
    width: 30%;
    max-width: 237px;
    height: auto;
}
body.ie .b2b-subheadline-section .inner img,
body.mobile .b2b-subheadline-section .inner img {
    float: right;
}

.cost-comparison-chart {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.cost-comparison-chart .content .columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: top;
}
body.ie .cost-comparison-chart .content .columns,
body.mobile .cost-comparison-chart .content .columns {
    display: block;
}
body.ie .cost-comparison-chart .content .columns > div,
body.mobile .cost-comparison-chart .content .columns > div {
    display: block;
    float: left;
    margin-right: 6%;
}
body.ie .cost-comparison-chart .content .columns > div:nth-child(2n+2),
body.mobile .cost-comparison-chart .content .columns > div:nth-child(2n+2) {
    margin-right: 0;
}
.button-row {
    width: 100%;
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.inhouse-column {
    width: 47%;
    background: #f3f3f3;
    padding: 0;
}
.inhouse-column .inner {
    padding: 30px;
}
.inhouse-column .column-top {
    background: #111;
    padding: 20px;
}
.inhouse-column .column-top h4 {
    color: #fff;
    margin: 0;
}
.nerdscare-column {
    width: 47%;
    background: #f3f3f3;
    padding: 0;
}
.nerdscare-column .inner {
    padding: 30px;
}
.nerdscare-column .column-top {
    background: #b30000;
    padding: 20px;
}
.nerdscare-column .column-top h4 {
    color: #fff;
    margin: 0;
}
.nerdscare-column .inner img {
    width: 155px;
    height: auto;
    margin: 0 auto 20px auto;
}
.nerdscare-column .inner h3 {
    margin-bottom: 10px;
}
.nerdscare-column .inner p.title {
    font-size: 120%;
    margin-bottom: 4px;
}
ul.nerdcare-bullet-items {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
}
ul.nerdcare-bullet-items li {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    text-align: left;
    background:url('../images/icon-checkmark-red.png') no-repeat left;
    background-size: 22px 18px;
    -moz-background-size: 22px 18px;
    background-position: 0 0;
    line-height: 1.2em;
}
ul.nerdcare-bullet-items li:last-child {
    margin-bottom: 0;
}

ul.inhouse-jobs {
    list-style-type: none;
    margin: 0 auto 50px auto;
    padding: 0;
    max-width: 300px;
}
ul.inhouse-jobs li {
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
}
ul.inhouse-jobs li:last-child {
    margin-bottom: 0;
}
ul.inhouse-jobs li img {
    width: 64px;
    height: auto;
    float: left;
    margin-right: 16px;
    margin-bottom: 8px;
}
ul.inhouse-jobs li p {
    margin: 0;
}
ul.inhouse-jobs li h3 {
    margin: 0;
}
ul.inhouse-bullet-items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
ul.inhouse-bullet-items li {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
    text-align: left;
    background:url('../images/icon-warning.png') no-repeat left;
    background-size: 19px 17px;
    -moz-background-size: 19px 17px;
    background-position: 0 0;
    line-height: 1.2em;
}
ul.inhouse-bullet-items li:last-child {
    margin-bottom: 0;
}

.top-reasons-column {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.top-reasons-column > h2 {
    margin-bottom: 0;
    max-width: 750px;
    margin: 0 auto;
}
ul.top-reasons {
    list-style-type: none;
    margin: 0;
    text-align: left;
    width: 100%;
    float: left;
}
ul.top-reasons li {
    width: 50%;
    float: left;
    list-style-type: none;
    margin: 0 0 4% 0;
    padding: 0 30px 0 30px;
    text-align: left;
    background:url('../images/icon-checkmark-red.png') no-repeat left;
    background-size: 22px 18px;
    -moz-background-size: 22px 18px;
    background-position: 0 0;
    line-height: 1.2em;
}
ul.top-reasons li span {
    display: inline-block;
    margin-bottom: 6px;
}
ul.top-reasons li span strong {
    font-size: 110%;
}

.local-background {
    width: 100%;
    position: relative;
    margin-bottom: 90px;
}
.local-background .bg-img {
    width: 100%;
    height: auto;
    max-height: 420px;
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 6%;
    -webkit-filter: grayscale(100%) contrast(0.1) brightness(180%);
    filter: grayscale(100%) contrast(0.1) brightness(180%);
    -ms-filter: grayscale(100%) contrast(0.1) brightness(180%);
}
.local-background .bg-img img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}
.local-background img.car {
    width: 80%;
    max-width: 450px;
    height: auto;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    z-index: 20;
    margin: 0 auto;
}
.nerd-car {
    width: 80%;
    max-width: 450px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.nerd-car img.car {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin: 0 auto;
}
.local-content-column {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.local-content-column > h4 {
    font-weight: normal;
}
.local-content-column > p:last-child {
    margin-bottom: 0;
}

ul.other-areas-list {
    list-style-type: none;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
}
ul.other-areas-list li {
    width: 33%;
    width: 100%;
    float: left;
    text-align: center;
    list-style-type: none;
    margin: 0 0 4% 0;
    padding: 0;
    line-height: 1.2em;
}

.nerd {
    height: auto;
    min-height: 400px;
    width: 400px;
    margin: 0 auto;
    position: relative;
}
.page-template-template-b2c-service .nerd {
    min-height: 450px;
}
.nerd > img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.nerd > img.top {
    opacity: 1;
    z-index: 60;
}
.nerd > img.straight {
    z-index: 50;
    opacity: 1 !important;
}


.b2c-steps-list {
    width: 100%;
    overflow: hidden;
}
.b2c-common-issues {
    background-color: #F3F3F3;
    padding-bottom: 4%;
}
.b2c-common-issues-header {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
ul.checkmark-list {
    list-style-type: none;
    text-align: left;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
ul.checkmark-list li {
    width: 50%;
    float: left;
    list-style-type: none;
    margin: 0 0 4% 0;
    padding: 0 30px 0 30px;
    text-align: left;
    line-height: 1.3em;
    position: relative;
}
ul.checkmark-list li:before {
    background:url('../images/icon-spritesheet.png') no-repeat 0 0;
    background-size: auto 22px;
    -moz-background-size: auto 22px;
    width: 22px;
    height: 18px;
    display: block;
    position: absolute;
    content: " ";
    top: 3px;
    left: 0;
}

.contact-bar {
    background: #111;
}
.contact-bar .content {
    padding: 50px 30px;
    position: relative;
    min-height: 0;
    float: none;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: visible;
    text-align: center;
}
.contact-bar .content p {
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 10px 0 14px 0;
}
.contact-bar .content h3 {
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 1.15em;
}
.contact-bar .content h3 span {
    margin-left: 12px;
}
.contact-bar .content a.button {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    float: none;
}
.contact-bar .content .social-icons {
    margin-top: 15px;
}
.contact-bar .content .social-icons a.circle {
    color: #111;
}
.contact-bar .content .social-icons a.circle:hover {
    background: #fff;
    color: #111 !important;
}

.other-service-areas {
    width: 100%;
    text-align: center;
}
.other-service-areas p,
.other-service-areas p strong,
.other-service-areas h3 {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.other-service-areas ul.other-areas-list li {
    width: 50%;
}
.other-service-areas ul.other-areas-list li a {
    /*color: #fff;*/
    /*text-decoration: underline;*/
}
.other-service-areas ul.other-areas-list li a:hover {
    /*color: #fff;*/
    /*text-decoration: none;*/
}

.page-template-template-technology-assessment .container .content > h1 {
    margin-bottom: 0.5em;
}
.page-template-template-technology-assessment .container .content > p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.testimonials h2 {
    text-align: center;
}
ul.testimonials-list {
    list-style-type: none;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: top;
}
body.ie ul.testimonials-list,
body.mobile ul.testimonials-list {
    display: block;
    width: 100%;
    float: left;
}
ul.testimonials-list li {
    width: 33%;
    padding: 0 2%;
    margin: 0;
}
body.ie ul.testimonials-list li,
body.mobile ul.testimonials-list li {
    float: left;
}
ul.testimonials-list li p.quote {
    margin-bottom: 15px;
}
ul.testimonials-list li p.smalltext {
    margin: 0;
}
ul.testimonials-list .stars {
    margin-top: 9px;
    margin-bottom: 0;
}
ul.testimonials-list .stars .wrap-star {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 30px;
    height: 28px;
    top: 0;
}
ul.testimonials-list .stars .wrap-star img {
    width: 150px;
    max-width: none;
    height: auto;
    position: absolute;
    top: 0;
    left: -120px;
}

.service-top {
    width: 100%;
    min-height: 450px;
    float: left;
    position: relative;
}
.service-top .nerd {
    min-height: 450px;
    width: auto;
}
.service-top .left {
    width: 35%;
    float: left;
    max-height: 480px;
    text-align: center;
    position: relative;
    overflow: hidden;
   /* position: absolute;
    left: 0;
    bottom: 0;*/
}
.service-top .right {
    width: 62%;
    float: right;
    text-align: left;
    position: relative;
    right: 0;
    bottom: 0;
}
.service-top ul.checkmark-list {
    padding-left: 30px;
}
.service-top ul.checkmark-list li {
    width: 100%;
}
.service-top ul.checkmark-list li:last-child {
    margin-bottom: 0;
}
.service-content-column {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
body.ie9 .service-content-column {
    max-width: 380px;
}
.service-content-column h2 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.home-top {
    display: flex;
    justify-content: space-between;
    align-items: top;
    width: 100%;
}
.home-top .residential-half {
    width: 33%;
    text-align: center;
    padding-right: 20px;
    margin-top: 40px;
}
.home-top .business-half {
    width: 33%;
    text-align: center;
    padding-left: 20px;
    margin-top: 40px;
}
.home-top .residential-half .home-icon,
.home-top .business-half .home-icon {
    width: 98px;
    height: auto;
    margin-bottom: 10px;
}
.home-top .residential-half h3,
.home-top .business-half h3 {
    margin-bottom: 12px;
}
.home-top .residential-half p,
.home-top .business-half p {
    max-width: 242px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.6em;
}
.home-top .residential-half > a,
.home-top .business-half > a {
    display: block;
}
.home-top .residential-half > a.button,
.home-top .business-half > a.button {
    display: inline-block;
}
.home-top .nerd {
    width: 34%;
    height: auto;
    text-align: center;
    vertical-align: bottom;
}
.home-top .nerd img {
    position: relative;
    bottom: 0;
    vertical-align: bottom;
    top: 0;
}
.home-top .nerd img.show {
    top: 0;
}
body.ie .home-top,
body.mobile .home-top {
    display: block;
    width: 100%;
    float: left;
}
body.ie .home-top > *,
body.mobile .home-top > * {
    float: left;
}

.hero-top {
    width: 100%;
    position: relative;
}

.hero-section {
    width: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-position: 65% 0;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 32%;
}
.hero-section .inner-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    max-width: 1080px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
}
.page-template-template-business-solutions .hero-section .inner-wrapper {
    justify-content: flex-end;
}
body.ie .hero-section .inner-wrapper,
body.mobile .hero-section .inner-wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
}
.hero-section .inner-wrapper .toptext {
    width: 47%;
    margin-right: 0;
}
body.ie .hero-section .inner-wrapper .toptext,
body.mobile .hero-section .inner-wrapper .toptext {
    width: 47%;
    height: 100%;
    float: right;
    display: table;
}
body.ie .hero-section .inner-wrapper .toptext > div,
body.mobile .hero-section .inner-wrapper .toptext > div {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.hero-section .inner-wrapper .toptext h1 {
    margin-bottom: 0;
}
.hero-section .inner-wrapper .toptext h3 {
    margin-bottom: 0;
    line-height: 1.15em;
}

body.ie .hero-section .inner-wrapper .toptext h1,
body.ie .hero-section .inner-wrapper .toptext h3,
body.mobile .hero-section .inner-wrapper .toptext h1,
body.mobile .hero-section .inner-wrapper .toptext h3 {
    text-align: left;
    display: inline-block;
    width: 100%;
}

.contact-phone {
    text-align: left;
    width: 100%;
}
.map-embed {
    float: left;
    width: 100%;
}
.mailing-address {
    text-align: left;
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 40px;
}
.mailing-address h4 {
    margin-bottom: 15px;
}
.mailing-address p {
    margin: 0;
}

.home-common-issues {
    text-align: center;
}
.home-common-issues .list-column {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.home-common-issues ul.checkmark-list.left {
    width: 47%;
}
.home-common-issues ul.checkmark-list.left li {
    width: 100%;
    margin: 0 0 25px 0;
}
.home-common-issues ul.checkmark-list.right {
    width: 47%;
}
.home-common-issues ul.checkmark-list.right li {
    width: 100%;
    margin: 0 0 25px 0;
}

.testimonials-feed ul {
    list-style-type: none;
    margin-left: 0;
}
.testimonials-feed ul li {
    list-style-type: none;
    margin: 0 0 2em 0;
}
.testimonials-feed ul li img {
    width: 25px;
    height: 12.5px;
    margin-left: 8px;
}


.common-fixes-list {
    width: 100%;
    float: left;
}
.common-fixes-list > div {
    width: 32%;
    height: 325px;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}
.common-fixes-list > div:nth-child(3n+3) {
    margin-right: 0;
}
.common-fixes-list > div .fixes-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 10px;
    background: #fff;
}
.common-fixes-list > div .fixes-icon img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.common-fixes-list > div .fixes-text {
    margin: 0 auto;
    width: 90%;
}
.common-fixes-list > div .fixes-text h4 {
    margin-bottom: 15px;
}
.common-fixes-list > div .fixes-text p {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.contact-bar .content p.or-circle {
    background: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 30px;
    margin: 0 auto;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 40;
}
.contact-bar .content p.or-circle span {
    font-weight: bold;
    color: #111;
}

.common-fixes {
    background: #f3f3f3;
}


/************ BLOG POSTS ************/

#searchform {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 0;
}
#searchform div {
    position: relative;
    height: 39px;
}
#searchform .screen-reader-text {
    width: 100%;
    display: inline-block;
}
#searchform input[type="text"] {
    padding: 9px 10px;
    border: none;
    border: 1px solid #ccc;
    border-right: none;
    float: left;
    width: 87%;
    height: 39px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    position: relative;
    top: 0;
    -webkit-box-shadow: inset 2px 2px 2px 0px #eee;
    -moz-box-shadow: inset 2px 2px 2px 0px #eee;
    box-shadow: inset 2px 2px 2px 0px #eee;
}
#searchform .button-wrap {
    position: relative;
    float: left;
    width: 35px;
    height: 39px;
    position: relative;
    top: 0;
}
#searchform button {
    font-weight: 700;
    line-height: 1.3em;
    display: inline-block;
    padding: 0;
    background: #111;
    border: 1px solid #111;
    border: none;
    color: #fff;
    height: 39px;
    width: 13%;
    text-align: center;
    font-size: 100%;
    text-decoration: none;
    cursor: pointer;
    float: none;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
#searchform i {
    position: absolute;
    z-index: 20;
    color: #fff;
    font-size: 120%;
    right: 0;
    left: 0;
    top: 10px;
}
#sidebar .categories-list ul {
    margin-bottom: 0;
}

.single .addthis_tool {
    margin-bottom: 35px;
}
.page-template-template-blog .addthis_tool,
.archive .addthis_tool,
.search .addthis_tool {
   display: none;
}

.post .left-image {
    float: left;
    width: 25%;
    max-width: 150px;
    margin-right: 4%;
}
#main .post .left-image img {
    max-width: 150px;
    width: 100%;
    height: auto;
}
#main .post .left-image a {
    display: block;
}
.post .right-content {
    float: left;
    width: 71%;
}
.post {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
    width: 100%;
    float: left;
}
.post:first-child {
    border: none;
    /*margin-top: 0;*/
    padding-top: 0;
}
.single-post {
    margin: 0 !important;
    padding-top: 0 !important;
    border: none !important;
}
.single-post img.alignnone, .single-post img.aligncenter, .single-post img.size-full {
    width: 100%;
    height: auto;
}
.category-title {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
.meta {
    margin-bottom: 0;
    font-size: 90%;
    line-height: 1.3em;
    clear: both;
    display: inline-block;
    padding: 0;
    width: 100%;
}
.entry {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.entry p {
    margin-bottom: 0;
}
.comments p {
    margin-bottom: 0;
}
a.page-title-link, a.page-title-link:hover {
    text-decoration: none;
    /*color: #736f2d;*/
}
.single-post .meta {
    margin-bottom: 0;
}
.single-post h1.title.chunk {
    margin-bottom: 0.6em;
}
.meta .meta-item a {
    /*color: #177abb;*/
}
.meta span.divider {
    float: left;
}
.meta .meta-item {
    float: left;
    display: inline-block;
    margin-bottom: 0.5em;
    line-height: 1.8em;
    color: #635b59;
}
.meta .meta-item i {
    color: #ccc;
    font-size: 90%;
    line-height: 12px;
    vertical-align: middle;
    margin-top: -2px;
}
.meta strong {
    font-weight: normal;
}
.post .title {
    margin-bottom: 15px;
}
.post .title a {
    color: #111;
}
.post .title a:hover {
    color: #111;
    text-decoration: none;
}
span.divider {
    padding: 0 8px;
    opacity: 0.25;
    color: rgba(255,255,255,0.6);
    height: 20px;
    line-height: 20px;
    display: inline-block;
}
.post-excerpt p {
    margin: 0;
    line-height: 1.3em;
}
.author-bio {
    width: 100%;
    float: left;
    padding: 20px;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #e2e2e2;
    margin: 0 0 1.8em;
}
.author-bio img {
    width: 60px;
    height: 60px;
    float: left;
}
.author-info {
    margin-left: 78px;
}
.author-info p {
    margin-bottom: 0;
}
h5.author-title {
    margin-bottom: 0.4em;
}
.reply {
    margin-top: 6px;
}
a.comment-reply-link {
    font-size: 80%;
}
ol.commentlist {
    margin: 0;
    padding: 0 1px 0 0;
    list-style-type: none;
    float: left;
    width: 100%;
    overflow: visible;
}
ol.commentlist li {
    margin: 0 0 15px 0;
    list-style-type: none;
    float: left;
    width: 100%;
    -webkit-box-shadow: 1px 1px 0px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 0px rgba(0,0,0,.15);
    box-shadow: 1px 1px 0px rgba(0,0,0,.15);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #f0f0f0;
    padding: 25px;
}
ol.commentlist li li {
    border: none;
    background: none;
    margin-bottom: 0;
    border-bottom: 1px solid #E2E2E2;
}
ol.commentlist li li:last-child {
    border: none;
    padding-bottom: 0;
}
ol.commentlist li ul.children {
    margin-bottom: 0;
    margin-left: 0;
    width: 90%;
    float: right;
}
ol.commentlist li ul.children li {
    margin-bottom: 0;
}
ol.commentlist li p {
    margin: 18px 0 0 0;
}
.comment-author span.says {
    display: none;
}
.comment-author {
    position: relative;
    width: 50%;
    float: left;
}
.comment-meta {
    width: 50%;
    float: right;
    display: inline-block;
    text-align: right;
    font-size: 80%;
    line-height: 1.3em;
}
.comment-meta a {
    line-height: 1.3em;
}
.comment-body p {
    clear: both;
    width: 100%;
    margin-top: 12px;
    display: inline-block;
}
.comment-author img {
    margin-right: 8px;
}
.comment-author cite.fn {
    position: absolute;
    top: 0;
    font-weight: bold;
}
.comment .avatar {
    float: left;
    margin-right: 6px;
    display: none;
}
.comment .comment-head {
    float: left;
}
.comment .comment-entry {
    float: left;
    width: 100%;
    margin-top: 8px;
}
#respond {
    margin-top: 0;
    padding-top: 20px;
    /*border-top: 1px dotted #999;*/
    width: 100%;
    float: left;
}
form#commentform p {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}
form#commentform p label {
    width: 100%;
    font-weight: bold;
    margin-bottom: 7px;
}
form#commentform p textarea,
form#commentform p input[type="text"] {
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 2px 2px 2px 0px #eee;
    -moz-box-shadow: inset 2px 2px 2px 0px #eee;
    box-shadow: inset 2px 2px 2px 0px #eee;
}
.gfield_required {
    color: tomato;
}
p.form-submit {
    width: 100%;
    text-align: center;
    margin: 20px 0 !important;
}
#reply-title small {
    float: right;
}
.author_bio_section{
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 25px;
}
.author_name{
    font-size:16px;
    font-weight: bold;
}
.author_details img {
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}
.author_links {
    margin-bottom: 0;
}
.wp-pagenavi {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
}
.wp-pagenavi .pages {
    margin-right: 30px;
}
.wp-pagenavi .current, .wp-pagenavi .page {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}
.wp-pagenavi .extend {
    display: inline-block;
    width: 34px;
    height: 24px;
    text-align: center;
}
.nextpostslink {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 3px 5px;
    margin: 2px;
}


.gform_wrapper {
    background: none;
    margin: 0;
    height: 100%;
    padding: 0;
}
.gform_heading {
    margin-bottom: 20px;
}
.gform_body {
    width: 100%;
    float: left;
}
.gform_body ul {
    width: 100%;
    float: left;
}
.gform_footer {
    width: 100%;
    float: left;
    margin-top: 40px;
    text-align: center;
}
.gform_heading h3 {
    color: #736f2d;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.15em;
    text-align: center;
    margin: 0 0 0.5em 0;
}
.gform_heading span, .gform_description {
    font-size: 90%;
    line-height: 1.4em !important;
    display: inline-block;
    text-align: left;
}
.gform_fields, .gform_wrapper ul, #sidebar .widget .gform_wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gfield {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.gform_wrapper li li {
    list-style-type: none;
    margin-bottom: 0 !important;
}
.gform_wrapper li li label {
    margin-left: 6px;
    font-weight: 400;
}
.gform_wrapper li {
    list-style-type: none;
    margin-bottom: 15px;
}
.gform_wrapper li:last-child {
    margin-bottom: 0;
}
.gfield {
    float: left;
    width: 100%;
    vertical-align: top;
    font-size: 90%;
}
input[type="text"] {
    font-size: 1.6rem;
    padding: 7px 10px;
    border: none;
    border: 1px solid #d8d8d8;
    float: left;
    width: 100%;
    -webkit-box-shadow: inset 2px 2px 2px 0px #eee;
    -moz-box-shadow: inset 2px 2px 2px 0px #eee;
    box-shadow: inset 2px 2px 2px 0px #eee;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
textarea {
    font-size: 1.6rem;
    padding: 10px;
    border: none;
    border: 1px solid #d8d8d8;
    resize: none;
    margin: 0;
    float: left;
    width: 100%;
    -webkit-box-shadow: inset 2px 2px 2px 0px #eee;
    -moz-box-shadow: inset 2px 2px 2px 0px #eee;
    box-shadow: inset 2px 2px 2px 0px #eee;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.gfield_label {
    float: left;
    width: 100%;
    line-height: 1.4em;
    margin-bottom: 6px;
    font-weight: 700;
}
.validation_message, .validation_error {
    float: left;
    width: 100%;
    color: red;
    font-size: 90%;
    line-height: 1.25em;
    margin-bottom: 12px;
    margin-top: 8px;
}
.gfield_required {
    color: red;
}
.button, .gform_button, input[type="submit"] {
    line-height: 1.3em;
    display: inline-block;
    padding: 12px 24px;
    background: #b30000;
    border: none;
    color: #fff;
    text-align: center;
    font-family: inherit;
    font-size: 1.7rem;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    float: none;
    white-space: normal;
    width: auto;
    -webkit-appearance:none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.button:hover,
.gform_button:hover,
.button:active,
.gform_button:active,
.button:focus,
.gform_button:focus {
    background: #CF0000;
    color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.button:before,
.gform_button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #CF0000;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
body.ie .button, body.ie .gform_button, body.ie input[type="submit"] {
    -webkit-transform: none
    transform: none;
}
body.ie .button:before,
body .gform_button:before {
    position: static;
    background: none;
}


.button.black {
    background: #111;
}
.btn-small {
    font-size: 90%;
    padding: 8px 14px;
}
.gform_wrapper li.gform_hidden {
    height: 0;
    margin: 0 !important;
}

.vidbox {
    padding: 20px;
    width: 100%;
    /*background-color: rgba(255,255,255,0.5);*/
}
.vidbox h4 {
    color: #111;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#field_3_1 {
    width: 47%;
    float: left;
}
#field_3_2 {
    width: 47%;
    float: right;
}
#field_3_3 {
    width: 47%;
    float: left;
}
#field_3_4 {
    width: 47%;
    float: right;
}
#input_3_5 {
    height: 200px;
}

/* body select.select_box */
body select  {
    font-size: 1.6rem;
    display: block;
    padding: 9px 70px 9px 13px !important;
    max-width: 100%;
    width: 100%;
    height: auto !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url("../images/arrow-down.svg") calc(100% - 10px) center no-repeat;
    background-color:  #fff;
    background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    line-height: 19px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: inset 2px 2px 2px 0px #eee;
    -moz-box-shadow: inset 2px 2px 2px 0px #eee;
    box-shadow: inset 2px 2px 2px 0px #eee;
}
/* body select.select_box option */
body select option  {
    padding: 0 4px;
}
/* for IE and Edge */
select::-ms-expand  {
    display: none;
}
select:disabled::-ms-expand  {
    background: #f60;
}
body.ie select  {
    background: url("../images/arrow-down.svg") 96% center no-repeat;
}

#gform_wrapper_4 {
    max-width: 700px;
    margin: 0 auto;
}
#gform_wrapper_4 form .gform_body ul {
    width: 100%;
    float: left;
}
#gform_wrapper_4 form .gform_body ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
}
#gform_wrapper_4 form .gform_body ul li:nth-child(2n+2) {
    margin-right: 0;
}
#gform_wrapper_4 form .gform_body ul li#field_4_9 {
    width: 100%;
}
#gform_wrapper_4 form .gform_body ul li#field_4_12 {
    width: 100%;
}
#gform_wrapper_4 form .gform_body ul li#field_4_14 {
    width: 100%;
    text-align: center;
    margin: 0;
}
.g-recaptcha div {
    margin: 0 auto;
}


.ico-chat-large {
    background: url('../images/icon-chat-large.png') no-repeat top center;
    width: 31px;
    height: 27px;
}
div#call-to-action {
    width: 100%;
    background: url('../images/bg-call-to-action.jpg') center -2px no-repeat;
    margin: 0;
    padding: 0;
    z-index: 2;
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 14px;
    font-style: normal;
}
div#call-to-action .need-nerd {
    margin: 0;
    width: 100%;
    float: left;
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-align: center;
    align-items: center;*/
}
div#call-to-action .col {
    width: 100%;
    padding: 0;
    text-align: left;
    float: left;
}

div#call-to-action a {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 14px;
    font-style: normal;
}
div#call-to-action .book-btn {
    padding: 10px 0 5px 20px!important;
    width: 220px;
}
div#call-to-action .live-chat {
    background: url('../images/bg-black-polygon.png') no-repeat;
    max-width: 241px;
    padding: 10px 0 10px 50px;
    height: 51px;
    display: block;
}
div#call-to-action .live-chat:hover {
    opacity: .8;
}
div#call-to-action .live-chat p {
    width: 115px;
    margin: 0 0 0 15px;
    float: left;
}
div#call-to-action .live-chat p strong {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n6", Myriad Pro, Arial, Helvetica, sans;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 14px;
    font-style: normal;
}
div#call-to-action .call-us .glyphicon {
    font-size: 30px;
    margin: 0 6px;
    float: left;
    line-height: 51px;
}
div#call-to-action .call-us p {
    line-height: 51px;
    font-size: 26px;
}
div#services {
    background-color: #fff;
    width: 100%;
    min-width: 940px;
    background: url('../images/bg-page-sep.png') center 4px no-repeat;
    position: relative;
    padding: 45px 0 63px 0;
}
div#services .row {
    min-width: 940px;
}
div#services .bt-out {
    float: none!important;
    margin: 0 auto;
    width: 49%;
    border-bottom: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    padding: 0;
}
div#services .bt-out a {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n7", Myriad Pro, Arial, Helvetica, sans;
    font-size: 26px;
    color: #0b0e17;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
}
div#services .bt-out a:hover {
    opacity: .6;
}
div#services .bt-in {
    border: 4px #fff solid;
    padding: 15px 95px 5px 95px;
    display: block;
    text-align: center;
}
div#services .bt-in i {
    display: block;
    float: left;
}
div#services .bt-in.residential {
    padding-left: 65px;
}
div#services i {
    margin-right: 10px;
}
div#services i.icon-business {
    background: url('../images/icon-business.png');
    width: 42px;
    height: 36px;
}
div#services i.icon-residential {
    background: url('../images/icon-residential.png');
    width: 23px;
    height: 35px;
    margin-right: 0;
}
#what-matters-intro {
    text-align: center;
    min-width: 940px;
}
#what-matters-intro h2 {
    font-family: league-gothic, "league-gothic-n4", "League Gothic", Arial, Helvetica, sans;
    font-size: 47px;
    color: #111111;
    font-weight: 400;
    line-height: 40px;
    padding: 45px 0 0 0;
    margin: 0;
}
#what-matters-intro h3 {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    padding: 0 0 48px 0;
    margin: 0;
}
#nerd-story {
    min-width: 940px;
    overflow: hidden;
}
#nerd-story .row {
    min-width: 940px;
}
#nerd-story .container {
    max-width: 1000px;
}
#nerd-story .together .container {
    max-width: 1100px;
    min-width: 940px;
    margin-left: 20%}
#nerd-story .arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #111111;
    margin: 0 auto -20px auto;
    position: relative;
    z-index: 2;
}
#nerd-story .arrow-down.black {
    border-top-color: #111111;
}
#nerd-story .arrow-down.grey {
    border-top-color: #ebebeb;
}
#nerd-story .arrow-down.red {
    border-top-color: #a60000;
}
#nerd-story .row .content {
    padding: 50px 0 0 0;
    max-width: 570px;
}
#nerd-story .row .content p {
    max-width: 540px;
}
#nerd-story .row img {
    width: 100%}
#nerd-story .row.solution img {
    max-width: 309px;
}
#nerd-story .row.nerd-speak img {
    max-width: 400px;
    width: 400px;
}
#nerd-story .row.nerd-speak .content {
    max-width: 550px;
    margin: 0 0 0 30px;
}
#nerd-story .row.nerd-speak .content p {
    max-width: 430px;
}
#nerd-story .row.nerd-love img {
    max-width: 347px;
}
#nerd-story .row.nerd-love .content {
    max-width: 480px;
    margin: 0 80px 0 0;
}
#nerd-story .row.together img {
    max-width: 437px;
    width: 437px;
}
#nerd-story .row.together .content {
    max-width: 550px;
    margin: 0 0 0 30px;
}
#nerd-story .row.together .content p {
    max-width: 500px;
}
#nerd-story .row.doing-good img {
    max-width: 300px;
}
.book-us+.book-us {
    border-top: 1px solid #c00;
}
.book-us {
    min-width: 940px;
    background: url(../images/bg-book-us.png);
    padding: 50px 0 44px 0;
    text-align: center;
}
.book-us .container {
    min-width: 780px;
    width: 780px;
}
.book-us .container img.phone {
    position: absolute;
    top: 12px;
    left: -41px;
}
.book-us .container .book-us-text-or {
    float: left;
    font-family: myriad-pro, "myriad-pro-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 25px;
    color: #f99;
    font-weight: 400;
    line-height: 34px;
    height: 34px;
    font-style: italic;
    padding-top: 10px;
    padding-left: 42px;
}
.book-us .container .book-us-text {
    float: left;
    font-family: myriad-pro, "myriad-pro-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    height: 34px;
    padding-top: 10px;
}
.book-us .container .book-us-text span {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 34px;
    color: #f99;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
}
.book-us .container .book-us-text strong {
    color: #fff;
}
.book-us .container a {
    float: right;
}
.book-us h2 {
    font-family: league-gothic, "league-gothic-n4", "League Gothic", Arial, Helvetica, sans;
    font-size: 43px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.book-us h3 {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    padding: 0;
    margin: 10px 0 0 0;
}
.book-us .book-btn {
    display: block;
    padding: 20px 30px 10px 30px!important;
    max-width: inherit!important;
    width: 260px;
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n7", Myriad Pro, Arial, Helvetica, sans;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    line-height: 14px;
    font-style: normal;
}
.book-us .book-btn .ico-pencil {
    position: relative;
    top: -5px;
}
#did-you-know {
    min-width: 940px;
    background: url(../images/bg-map.png) bottom center repeat-x #f0f0f0;
}
#did-you-know .container {
    background: url(../images/img-map.png) center center no-repeat;
    text-align: center;
    max-width: 804px;
    padding-bottom: 55px;
}
#did-you-know header {
    padding-top: 80px;
    max-width: 500px;
    margin: 0 auto;
}
#did-you-know header h2, #did-you-know header h2 a {
    font-family: chunk, "'chunk-n4'", Arial, Helvetica, sans;
    font-size: 40px;
    color: #111111;
    font-weight: 400;
    line-height: 33px;
    padding: 0 0 20px 0;
    margin: 0;
}
#did-you-know header h3, #did-you-know header h3 a {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 19px;
    color: #111111;
    font-weight: 400;
    line-height: 21px;
    font-style: normal;
    padding: 0 0 10px 0;
    margin: 0;
}
#did-you-know header h3 .red, #did-you-know header h3 a .red {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n6", Myriad Pro, Arial, Helvetica, sans;
    font-size: 19px;
    color: #b00000;
    font-weight: 600;
    line-height: 21px;
    font-style: normal;
}
#did-you-know header h4 {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n6", Myriad Pro, Arial, Helvetica, sans;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    font-style: normal;
    padding: 10px 45px 10px 45px;
    background-color: #ce0203;
}
#did-you-know header h4 a {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n6", Myriad Pro, Arial, Helvetica, sans;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    font-style: normal;
}
#did-you-know .services {
    padding: 20px 0;
}
#did-you-know .services .bt-out {
    float: none!important;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
#did-you-know .services .bt-out a {
    display: inline-block;
    width: 60%;
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n7", Myriad Pro, Arial, Helvetica, sans;
    font-size: 26px;
    color: #0b0e17;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    background-color: rgba(200, 200, 200, 0.5);
}
#did-you-know .services .bt-out a:hover {
    opacity: .6;
}
#did-you-know .services .bt-in {
    border: 4px #fff solid;
    padding: 15px 95px 5px 95px;
    display: block;
    text-align: center;
}
#did-you-know .services .bt-in i {
    display: block;
    float: left;
}
#did-you-know .services .bt-in.residential {
    padding-left: 65px;
}
#did-you-know .services i {
    margin-right: 10px;
}
#did-you-know .services i.icon-business {
    background: url('../images/icon-business.png');
    width: 42px;
    height: 36px;
}
#did-you-know .services i.icon-residential {
    background: url('../images/icon-residential.png');
    width: 23px;
    height: 35px;
    margin-right: 0;
}
#locations {
    min-width: 0;
    position: relative;
    background: url(../images/img-us.jpg) top center no-repeat;
    background-color: #111111;
}
#locations .container {
    max-width: 960px;
}
#locations table {
    margin-top: -40px;
}
#locations span {
    display: none;
}
#locations .pin {
    background: url(../images/img-pin.png) top center no-repeat;
    width: 80px;
    height: 80px;
    position: relative;
    top: -40px;
    margin: 0 auto;
}
#locations .col-lg-2 {
    width: 100%;
    max-width: 150px;
    padding: 0;
    margin: 0;
}
#locations td.pull-right ul {
    float: right;
}
#locations ul {
    margin: -40px 0 0 0;
    padding: 0 0 40px 0;
    max-width: 80%}
#locations ul li {
    padding: 0 19px 0 19px;
    background-color: #181c27;
    list-style: none;
    margin: 0 0 4px 25px;
    display: inline-block;
}
#locations ul li:hover {
    opacity: .9;
}
#locations ul li a {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n6", Myriad Pro, Arial, Helvetica, sans;
    font-size: 14px;
    color: #8691aa;
    font-weight: 600;
    line-height: 20px;
    font-style: normal;
}
#locations tr td {
    width: 19%
}



#footer {
    background: #e8e8e8;
    padding-bottom: 0;
    position: relative;
}
#footer.support-closed {
    padding-bottom: 0;
}
#footer .inner {
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin: 0 auto;
    float: none;
    overflow: hidden;
}
body.ie #footer .inner {
    display: block;
    overflow: hidden;
}
#footer .inner div {
    margin: 0;
    width: 33.33%;
}
body.ie #footer .inner div {
    float: left;
}
#footer .inner div.social-icons {
    text-align: center;
}
#footer p {
    display: inline-block;
    padding: 0;
    font-size: 13px;
    color: #111111;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
}
#footer p strong {
    font-size: 12px;
    color: #111111;
    font-weight: 600;
    line-height: 13px;
}
#footer a {
    font-size: 13px;
    color: #111111;
    font-weight: 400;
    line-height: 16px;
}
#footer a:hover {
    border-bottom: 0;
    text-decoration: none;
}
.social-icons {
    text-align: center;
}
.social-icons a.circle {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    margin: 0 6px;
    border: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.social-icons .circle i {
    font-size: 20px;
    display: block;
    margin: 11px 0 0 0;
}
.social-icons a.circle:hover {
    background-color: #111111;
    color: #fff !important;
}

#menu-footer-menu {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    float: right;
}
#menu-footer-menu li {
    display: inline-block;
    margin: 0;
    line-height: 1;
}
#menu-footer-menu span {
    font-size: 12px;
    display: inline-block;
    color: #ccc;
    padding: 0 6px 0 9px;
    opacity: 1;
}
#menu-footer-menu li:last-child span {
    display: none;
}
#menu-footer-menu a {
    color: #111;
    font-size: 13px;
}
#menu-footer-menu a:hover {
    text-decoration: underline;
}






/*.page, .single-eguide, .single {
    background: #fff;
}
.page #top, .single-eguide #top, .single #top {
    background: none transparent;
}
.page #header .logo, .single-eguide #header .logo, .single #header .logo {
    margin-top: 14px!important;
}
.page #header .bookworm, .single-eguide #header .bookworm, .single #header .bookworm {
    position: absolute;
    width: 39px;
    height: 36px;
    top: 51px;
    right: 0;
    background: url(../images/bookworm.png) no-repeat 0 0;
}*/
/*.page .content [class*="col-"]+[class*="col-"], .single-eguide .content [class*="col-"]+[class*="col-"], .single .content [class*="col-"]+[class*="col-"] {
    padding-left: 15px;
}*/
.page .content .col-sm-12, .single-eguide .content .col-sm-12, .single .content .col-sm-12, .page .content .col-xs-12, .single-eguide .content .col-xs-12, .single .content .col-xs-12 {
    padding-left: 0;
}
.page .sidebar, .single-eguide .sidebar, .single .sidebar {
    overflow: hidden;
    background: url(../images/sidebar-bg.png) repeat-y right top;
    padding-left: 20px;
    padding-right: 0;
}
.page .sidebar ul, .single-eguide .sidebar ul, .single .sidebar ul {
    margin-left: 0;
    padding-left: 0;
}
.page .sidebar .subpage-menu, .single-eguide .sidebar .subpage-menu, .single .sidebar .subpage-menu {
    margin-top: 39px;
    position: relative;
}
.page .sidebar .subpage-menu:after, .single-eguide .sidebar .subpage-menu:after, .single .sidebar .subpage-menu:after {
    content: "";
    width: 110%;
    height: 1px;
    display: block;
    left: -24px;
    position: relative;
    margin-top: 36px;
    margin-bottom: -8px;
    border-top: #c00 1px solid;
}
.page .sidebar .subpage-menu li, .single-eguide .sidebar .subpage-menu li, .single .sidebar .subpage-menu li {
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 7px;
}
.page .sidebar .subpage-menu li a, .single-eguide .sidebar .subpage-menu li a, .single .sidebar .subpage-menu li a {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
}
.page .sidebar .subpage-menu li.current-menu-item, .single-eguide .sidebar .subpage-menu li.current-menu-item, .single .sidebar .subpage-menu li.current-menu-item, .page .sidebar .subpage-menu li:hover, .single-eguide .sidebar .subpage-menu li:hover, .single .sidebar .subpage-menu li:hover {
    background: url(../images/sidebar-li.png) no-repeat 0 center #c00;
    width: 110%;
    position: relative;
    top: 0;
    left: -20px;
    padding-left: 20px;
}
.page .sidebar .subpage-menu li.current-menu-item a, .single-eguide .sidebar .subpage-menu li.current-menu-item a, .single .sidebar .subpage-menu li.current-menu-item a, .page .sidebar .subpage-menu li:hover a, .single-eguide .sidebar .subpage-menu li:hover a, .single .sidebar .subpage-menu li:hover a {
    color: #fff;
}
.page .sidebar li, .single-eguide .sidebar li, .single .sidebar li {
    list-style-type: none;
}
.page .sidebar .ad-box, .single-eguide .sidebar .ad-box, .single .sidebar .ad-box {
    background: #fff;
    padding: 26px 0;
}
.page .sidebar .ad-box h2, .single-eguide .sidebar .ad-box h2, .single .sidebar .ad-box h2 {
    font-family: chunk, "'chunk-n4'", Arial, Helvetica, sans;
    font-size: 28px;
    color: #c00;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 33px;
}
.page .sidebar .ad-box ul, .single-eguide .sidebar .ad-box ul, .single .sidebar .ad-box ul {
    width: 92.6%}
.page .sidebar .ad-box ul li, .single-eguide .sidebar .ad-box ul li, .single .sidebar .ad-box ul li {
    padding: 9px 19px;
    line-height: 14px;
    margin-bottom: 20px;
}
.page .sidebar .ad-box ul li a, .single-eguide .sidebar .ad-box ul li a, .single .sidebar .ad-box ul li a, .page .sidebar .ad-box ul li span, .single-eguide .sidebar .ad-box ul li span, .single .sidebar .ad-box ul li span {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n4", Myriad Pro, Arial, Helvetica, sans;
    font-size: 18px;
    color: #111111;
    font-weight: 400;
    line-height: 14px;
    font-style: normal;
    line-height: 16px;
}
.page .sidebar .ad-box ul li:nth-child(odd), .single-eguide .sidebar .ad-box ul li:nth-child(odd), .single .sidebar .ad-box ul li:nth-child(odd) {
    background: #100e19;
}
.page .sidebar .ad-box ul li:nth-child(odd) a, .single-eguide .sidebar .ad-box ul li:nth-child(odd) a, .single .sidebar .ad-box ul li:nth-child(odd) a {
    color: #fff;
}
.page .sidebar .sidebar-icon, .single-eguide .sidebar .sidebar-icon, .single .sidebar .sidebar-icon {
    display: inline-block;
    margin: 0 18px 10px 10px;
    float: left;
    width: 33px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}
.page .sidebar .sidebar-icon.pencil, .single-eguide .sidebar .sidebar-icon.pencil, .single .sidebar .sidebar-icon.pencil {
    background-image: url(../images/icon-book-pencil.png);
}
.page .sidebar .sidebar-icon.chat, .single-eguide .sidebar .sidebar-icon.chat, .single .sidebar .sidebar-icon.chat {
    background-image: url(../images/icon-live-chat.png);
}
.page .sidebar .sidebar-icon.phone, .single-eguide .sidebar .sidebar-icon.phone, .single .sidebar .sidebar-icon.phone {
    background-image: url(../images/icon-call-nerds.png);
    background-position: 6px 2px;
}
.page-subpage h3+.gform_wrapper {
    margin-top: -17px;
}
.page-subpage .gform_wrapper .gfield.gfield_contains_required .ginput_container:after {
    content: "";
    background: none!important;
    display: none;
}
.page-subpage .gform_wrapper span.gfield_required {
    display: none;
}
.page-subpage .gform_wrapper input[type="text"] {
    height: 42px;
    width: 200px;
}
.page-subpage .gform_wrapper input[type="email"], .page-subpage .gform_wrapper input[type="text"], .page-subpage .gform_wrapper textarea, .page-subpage .gform_wrapper select {
    padding-left: 20px!important;
}
.page-subpage .gform_wrapper .gfield_label {
    margin-bottom: 2px;
}
.page-subpage .gform_wrapper li {
    margin-bottom: 5px!important;
}
.page-subpage .table-area {
    margin-right: -26px;
}
.page-subpage .table-area h3 {
    margin-bottom: 43px!important;
}
.page-subpage .table-area table {
    width: 97%}
.page-subpage .table-area table td, .page-subpage .table-area table th {
    text-align: center;
}
.page-subpage .table-area table td {
    padding: 10px 20px 9px;
}
.page-subpage .table-area table th {
    padding: 11px 20px;
}
@media(min-width:992px) {
    .page .sidebar {
    width: 31.9%}
}@media(max-width:768px) {
    .page .sidebar {
    padding-top: 29px;
}
.page .content .pull-right {
    float: none;
}
.page .content .table-area {
    margin-right: 0;
}

.page .content .attachment-subpage-img {
    max-width: 100%;
    height: auto;
}
.page .content .col-sm-12, .page .content .col-xs-12 {
    padding-left: 0!important;
    padding-right: 0!important;
}
}.single-eguide .gform_wrapper li {
    margin-bottom: 10px;
}
.single-eguide .gform_wrapper input[type="email"], .single-eguide .gform_wrapper input[type="text"], .single-eguide .gform_wrapper textarea, .single-eguide .gform_wrapper select {
    width: 80%!important;
}
.single-eguide .content h1.title {
    line-height: 44px;
    margin-top: 21px;
}
.nerdcare #nerd_care .tabs li {
    margin-bottom: 0;
    padding: 13px 0 12px;
}
.nerdcare #nerd_care #nerd_content .step0 .nerd_right {
    width: 350px;
}
.nerdcare .tabs li::before, .nerdcare .step1 li::before, .nerdcare .step0 li::before {
    content: ""!important;
}
.nerdcare .content {
    padding-top: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.nerdcare .content table {
    width: 100%}
.nerdcare .content table tr:nth-child(odd) td {
    background: none!important;
}
.nerdcare .content table tr:nth-child(evev) td {
    background: none!important;
}
.nerdcare .content table td+td, .nerdcare .content table th+th {
    border: none!important;
    float: none!important;
}
.nerdcare .content .step1 .nerd_input_text {
    margin-top: 0!important;
}
.nerdcare .content .step2 .nerd_red_title {
    margin-bottom: 20px;
}
.nerdcare .content .step3 .nerd_additional_options .nerd_additional_container {
    width: 100%!important;
}
.nerdcare .content .interested .nerd_cost_box {
    height: auto!important;
}
.mobile #toggle-footer {
    display: none;
}
.page-contact-us-now .label {
    text-align: left;
    color: #000;
}
.home #toptop {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n6", Myriad Pro, Arial, Helvetica, sans;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    line-height: 28px;
}
.home #toptop span {
    margin-bottom: 9px;
    display: inline-block;
}
.home #toptop i {
    top: 4px;
}
#toptop {
    font-family: myriad-pro-semi-condensed, "myriad-pro-semi-condensed-n6", Myriad Pro, Arial, Helvetica, sans;
    font-size: 28px;
    color: #282828;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    line-height: 28px;
}
#toptop span {
    margin-bottom: 9px;
    display: inline-block;
}
#toptop i {
    top: 4px;
}

@media only screen and (max-width: 1060px) {
    .hero-section h1 {
        font-size: 3.8rem;
    }
    .hero-section {
        padding-top: 36%;
    }
}
@media only screen and (max-width: 950px) {
    #header .content {
        padding: 0 20px;
        margin: 0;
    }
    div#header {
        padding: 15px 0;
    }
    div#header .inner {
        height: auto;
    }
    div#header.shrink #logo {
        max-height: 44px;
        max-width: none;
    }
    div#header.shrink #logo a {
        text-align: center;
        margin: 0 auto;
        float: none;
        display: block;
    }
    div#header.shrink #logo img {
        max-height: 44px;
        width: auto;
    }
    #mobile-nav {
        display: block;
    }
    #nav, #header-right {
        display: none;
    }
    div#header .inner {
        padding: 0 20px;
    }
    .menu-icon {
        display: block !important;
        vertical-align: middle;
    }
    #logo {
        float: none;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .padding-top {
        padding-top: 60px;
    }
    .padding-bottom {
        padding-bottom: 60px;
    }
    .content-margin-top {
        margin-top: 40px;
    }
    .content-margin-bottom {
        margin-bottom: 40px;
    }
    .content-padding-top {
        padding-top: 40px;
    }
    .content-padding-bottom {
        padding-bottom: 40px;
    }
    .margin-top {
        margin-top: 60px;
    }
    .margin-bottom {
        margin-bottom: 60px;
    }

    ul.issues {
        max-width: 260px;
    }
    ul.issues li {
        padding-left: 0;
        width: 100%;
    }
    .b2b-steps .step > span > .arrow-line, .b2c-steps .step > span > .arrow-line {
        width: 78px;
        height: 11px;
    }
    .hero-section {
        padding-top: 40%;
    }
}
@media only screen and (max-width: 880px) {
    .b2c-top {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    body.mobile .b2c-top {
        display: block;
    }
    /*.b2c-top .left {
        width: 35%;
        float: none;
    }*/
    body.mobile .b2c-top .left {
        float: left;
    }
    /*.b2c-top .left img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
    }*/
    body.mobile .b2c-top .left img {
        position: relative;
    }
    .b2c-top .right {
        /*width: 60%;*/
        float: none;
        padding-bottom: 40px;
    }
    body.mobile .b2c-top .right {
        float: right;
    }
    #footer .inner {
        display: inline-block;
    }
    #footer .inner div {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #menu-footer-menu {
        display: inline-block;
        list-style-type: none;
        margin: 0 auto;
        float: none;
    }
    ul.issues {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 800px) {
    #main {
        width: 100%;
        float: none;
        overflow: hidden;
        margin: 0 auto;
    }
    #sidebar {
        width: 100%;
        max-width: 320px;
        float: none;
        overflow: hidden;
        margin: 60px auto 0 auto;
    }
    .home h1 {
        font-size: 4.7rem;
        line-height: 1.1em;
    }
    .hero-section h1 {
        font-size: 3.5rem;
    }
    .hero-section {
        padding-top: 44%;
        background-position: 65% 0;
    }
    .hero-section .inner-wrapper .right {
        width: 55%;
    }
    .home-common-issues .list-column {
        max-width: 600px;
    }
    .service-top {
        min-height: 0;
    }
    .service-top .left {
        width: 100%;
        max-width: 284px;
        float: none;
        margin: 0 auto;
        max-height: none;
        position: relative;
        left: 0;
        right: 0;
        display: none;
    }
    .service-top .right {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }
    .b2b-subheadline-section .inner {
        text-align: center;
        display: block;
    }
    .b2b-subheadline-section .inner h2 {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .b2b-subheadline-section .inner > div {
        width: 100%;
        float: none;
    }
    body .b2b-subheadline-section .inner img {
        width: 100%;
        max-width: 237px;
        float: none !important;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 760px) {
    .b2b-steps .step > span > .arrow-line, .b2c-steps .step > span > .arrow-line {
        display: none;
    }
    .b2b-top .left {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .b2b-top .right {
        width: 100%;
        float: left;
    }
    .b2b-steps .step, .b2c-steps .step {
        width: 49%;
        margin-bottom: 25px;
    }
    .b2b-steps .step:nth-child(3), .b2b-steps .step:nth-child(4),
    .b2c-steps .step:nth-child(3), .b2c-steps .step:nth-child(4) {
        margin-bottom: 0;
    }
    .home-top .nerd {
        display: none;
    }
    .home-top .residential-half, .home-top .business-half {
        width: 50%;
    }
    .home-top .business-half {
        padding-left: 0;
        margin-top: 0;
    }
    .home-top .residential-half {
        padding-right: 0;
        margin-top: 0;
    }
}

@media only screen and (max-width: 700px) {
    .margin-top {
        margin-top: 50px;
    }
    .margin-bottom {
        margin-bottom: 50px;
    }
    .padding-top {
        padding-top: 50px;
    }
    .padding-bottom {
        padding-bottom: 50px;
    }
    .content-margin-top {
        margin-top: 30px;
    }
    .content-margin-bottom {
        margin-bottom: 30px;
    }
    .content-padding-top {
        padding-top: 30px;
    }
    .content-padding-bottom {
        padding-bottom: 30px;
    }
    .b2c-top {
        display: block;
    }
    .b2c-top .left {
        width: 100%;
        float: left;
    }
    .b2c-top .left img {
        position: relative;
        bottom: -6px;
        top: auto;
    }
    .b2c-top .left > div > img {
        max-width: 450px;
    }
    .content img.nerdimage {
        max-width: 200px;
        height: auto;
    }
    .b2c-top .left .nerd {
        min-height: 0;
    }
    .b2c-top .right {
        /*background: #fff;*/
        width: 100%;
        float: left;
        /*margin-bottom: 30px;*/
        padding: 30px;
    }
    .b2c-top .right > h4 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .common-fixes-list > div {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .common-fixes-list > div:nth-child(3n+3) {
        margin-right: 4%;
    }
    .common-fixes-list > div:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .left {
        width: 100%;
        float: left;
    }
    .right {
        width: 100%;
        float: left;
    }
    .four-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .contact-bar .content h3 span {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        font-size: 150%;
    }
    .map-embed {
        margin-bottom: 40px;
    }
    .home-icons > div {
        width: 50%;
        height: 160px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 2.1rem;
    }
    h4 {
        font-size: 1.6rem;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 1.2em 0;
    }
    .home h1 {
        font-size: 4rem;
    }
    .hero-section {
        padding-top: 54%;
        background-position: 50% 0;
    }
    .hero-section h1 {
        font-size: 3.1rem;
    }
    p.below-headline {
        font-size: 2rem;
    }
    .desktop {
        display: none;
    }
    .margin-top {
        margin-top: 40px;
    }
    .margin-bottom {
        margin-bottom: 40px;
    }
    .padding-top {
        padding-top: 40px;
    }
    .padding-bottom {
        padding-bottom: 40px;
    }
    .content-margin-top {
        margin-top: 30px;
    }
    .content-margin-bottom {
        margin-bottom: 30px;
    }
    .content-padding-top {
        padding-top: 30px;
    }
    .content-padding-bottom {
        padding-bottom: 30px;
    }
    
    .b2b-subheadline-section {
        padding: 40px 0;
    }
    .cost-comparison-chart .content .columns {
        display: block;
    }
    .inhouse-column, .nerdscare-column {
        width: 100%;
    }
    .inhouse-column {
        margin-bottom: 30px;
    }
    ul.top-reasons {
        padding-left: 20px;
    }
    ul.top-reasons li {
        width: 100%;
        margin: 0 0 4% 0;
    }
    ul.other-areas-list li {
        width: 100%;
    }
}
@media only screen and (max-width: 560px) {
    ul.checkmark-list {
        max-width: 340px;
        padding-left: 20px;
    }
    ul.checkmark-list li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .service-top ul.checkmark-list {
        max-width: 85%;
        padding-left: 0;
    }
    ul.testimonials-list {
        display: block;
    }
    ul.testimonials-list li {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0;
    }
    .home .contact-bar .content h3 span {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    .home-common-issues ul.checkmark-list.left,
    .home-common-issues ul.checkmark-list.right {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .home-top {
        display: block;
    }
    .home-top .residential-half, .home-top .business-half {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .home-top .residential-half {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 480px) {
    #logo {
        width: 152px;
        height: 64px;
    }
    .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.4rem;
    }
    h6 {
        font-size: 1.2rem;
    }
    .home h1 {
        font-size: 3rem;
    }
    .hero-section h1 {
        font-size: 2.4rem;
    }
    .hero-section {
        padding-top: 64%;
    }
    p.below-headline {
        font-size: 1.7rem;
        text-align: left;
    }
    .home p.below-headline {
        text-align: center;
    }
    .content img.nerdimage {
        max-width: 160px;
    }
    img.alignleft {
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    img.alignright {
        float: right;
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .page-template-template-blog h1.title.chunk {
        margin-bottom: 1.4em;
    }
    .b2b-steps .step, .b2c-steps .step {
        width: 100%;
        margin-bottom: 30px;
    }
    .b2b-steps .step:nth-child(3), .b2c-steps .step:nth-child(3) {
        margin-bottom: 30px;
    }
    .b2b-steps .step:last-child, .b2c-steps .step:last-child {
        margin-bottom: 0;
    }
    .b2b-steps .step > span, .b2c-steps .step > span {
        margin-bottom: 10px;
    }
    .home-top {
        display: block;
        margin-top: 0;
    }
    .home-top .business-half {
        margin-top: 0;
    }
    
    .home-top .residential-half {
        margin-bottom: 40px;
    }
    .home-top .residential-half .home-icon, .home-top .business-half .home-icon {
        width: 65px;
        margin-bottom: 12px;
    }
    .home-top .residential-half h3,
    .home-top .business-half h3,
    .home-top .residential-half p,
    .home-top .business-half p {
        margin-bottom: 12px;
    }
    .two-column {
        width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
        -moz-column-gap: 0;
    }
    .button, .gform_button, input[type="submit"] {
        padding: 12px 18px;
    }
    #field_3_1, #field_3_2, #field_3_3, #field_3_4 {
        width: 100%;
    }
    .common-fixes-list > div {
        width: 100%;
        margin-right: 0;
    }
    .common-fixes-list > div:nth-child(2n+2),
    .common-fixes-list > div:nth-child(3n+3) {
        margin-right: 0;
    }
    .page-template-template-contact h1.title.chunk {
        text-align: center;
    }
    .page-template-template-contact .content > .left,
    .page-template-template-contact .content > .left .contact-phone,
    .page-template-template-contact .content > .left .mailing-address {
        text-align: center;
    }
    .page-template-template-contact .content > .left .mailing-address {
        margin-left: auto;
        margin-right: auto;
    }
    .page-template-template-contact .content > .right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .common-fixes-list > div {
        height: auto;
    }
    #gform_wrapper_4 form .gform_body ul li {
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 380px) {
    .meta .meta-item {
        width: 100%;
    }
    span.divider {
        display: none;
    }
    .page .content ul.region-list ul.can-usa .column {
        width: 100%;
    }
    .four-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .hero-section {
        height: auto;
        padding-top: 0;
        background-position: 0 0;
        background-image: none !important;
        background-color: #b30000;
        position: relative;
    }
    .hero-section .inner-wrapper {
        display: block;
        position: relative;
        padding-top: 20px;
    }
    .hero-section h1, .hero-section h1 .red, .hero-section h3, .hero-section p {
        color: #fff !important;
        text-align: center;
    }
    .hero-section .inner-wrapper .toptext,
    body.ie .hero-section .inner-wrapper .toptext,
    body.mobile .hero-section .inner-wrapper .toptext {
        width: 100%;
        margin-right: 0;
        padding-bottom: 30px;
        text-align: center;
    }
    .home-icons > div {
        height: 120px;
    }
    .home-icons > div > img {
        width: 54px;
        height: 54px;
    }
}